Skip to content

chore(deps): bump the all-gomod group across 1 directory with 11 updates#381

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-gomod-926a9cd7f7
Open

chore(deps): bump the all-gomod group across 1 directory with 11 updates#381
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-gomod-926a9cd7f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-gomod group with 8 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.21.0 1.22.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.13.1 1.14.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor 0.11.0 0.12.0
github.com/Azure/mcp-kubernetes 0.0.14 0.0.15
github.com/gopacket/gopacket 1.5.0 1.6.1
github.com/inspektor-gadget/inspektor-gadget 0.50.1 0.53.2
github.com/mark3labs/mcp-go 0.54.1 0.55.0
helm.sh/helm/v3 3.20.2 3.21.2

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.21.0 to 1.22.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.22.0

1.22.0 (2026-06-04)

Features Added

  • Added type datetime.RFC7231 for date/time values in RFC 1123 format with a fixed GMT timezone.

Other Changes

  • Upgraded dependencies.
Commits
  • a19f613 Prep azcore@v1.22.0 for release (#26926)
  • 5803c0e Increment package version after release of storage/azblob (#26935) (#26943)
  • 9a979ff [Automation] Regenerate SDK based on typespec-go branch main 【batch 6】 (#26939)
  • 711094d eng/tools/generator: release v0.4.14 (#26934)
  • 20bd677 Deprecate Change Analysis SDK (#26913)
  • 92a31ec [Automation] Regenerate SDK based on typespec-go branch main 【batch 5】 (#26932)
  • 768459d azcertificates: live recording for PlatformManaged + review fixes (follow-up ...
  • e845f72 Update codeowners (#26918)
  • 118bb35 eng/tools/internal/exports: handle untyped const with selector expr value (#2...
  • 2b3767b Configurations: 'specification/containerservice/resource-manager/Microsoft.C...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.1 to 1.14.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.14.0

1.14.0 (2026-06-15)

Breaking Changes

These changes affect only code written against a beta version such as v1.14.0-beta.3

  • Removed WorkloadIdentityCredentialOptions.EnableAzureProxy. It will return in v1.15.0-beta.1

Bugs Fixed

  • AzureDeveloperCLICredential improved reporting of error messages returned from azd

Other Changes

  • Returned azidentity errors include links to the troubleshooting guide when appropriate
  • This module now requires a minimum Go version of 1.25
  • Upgraded dependencies
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor's releases.

sdk/resourcemanager/monitor/armmonitor/v0.12.0

0.12.0 (2026-05-20)

Breaking Changes

  • Function *DataCollectionEndpointsClient.Create parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, options *DataCollectionEndpointsClientCreateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, body DataCollectionEndpointResource, options *DataCollectionEndpointsClientCreateOptions)
  • Function *DataCollectionEndpointsClient.Update parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, options *DataCollectionEndpointsClientUpdateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, body ResourceForUpdate, options *DataCollectionEndpointsClientUpdateOptions)
  • Function *DataCollectionRuleAssociationsClient.Create parameter(s) have been changed from (ctx context.Context, resourceURI string, associationName string, options *DataCollectionRuleAssociationsClientCreateOptions) to (ctx context.Context, resourceURI string, associationName string, body DataCollectionRuleAssociationProxyOnlyResource, options *DataCollectionRuleAssociationsClientCreateOptions)
  • Function *DataCollectionRulesClient.Create parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, options *DataCollectionRulesClientCreateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, body DataCollectionRuleResource, options *DataCollectionRulesClientCreateOptions)
  • Function *DataCollectionRulesClient.Update parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, options *DataCollectionRulesClientUpdateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, body ResourceForUpdate, options *DataCollectionRulesClientUpdateOptions)
  • Function *PrivateLinkScopeOperationStatusClient.Get parameter(s) have been changed from (ctx context.Context, asyncOperationID string, resourceGroupName string, options *PrivateLinkScopeOperationStatusClientGetOptions) to (ctx context.Context, resourceGroupName string, asyncOperationID string, options *PrivateLinkScopeOperationStatusClientGetOptions)
  • Type of ActionList.ActionGroups has been changed from []*ActionGroupAutoGenerated to []*ActivityLogAlertActionGroup
  • Type of AzureMonitorPrivateLinkScopeProperties.ProvisioningState has been changed from *string to *PrivateLinkScopeProvisioningState
  • Type of DataCollectionEndpointResource.SystemData has been changed from *DataCollectionEndpointResourceSystemData to *SystemData
  • Type of DataCollectionRuleAssociationProxyOnlyResource.SystemData has been changed from *DataCollectionRuleAssociationProxyOnlyResourceSystemData to *SystemData
  • Type of DataCollectionRuleResource.SystemData has been changed from *DataCollectionRuleResourceSystemData to *SystemData
  • Type of Metric.Unit has been changed from *Unit to *MetricUnit
  • Type of ScopedResourceProperties.ProvisioningState has been changed from *string to *ScopedResourceProvisioningState
  • Type of SubscriptionScopeMetricsRequestBodyParameters.Timespan has been changed from *time.Time to *string
  • Enum ActionType has been removed
  • Enum CategoryType has been removed
  • Enum DataStatus has been removed
  • Enum OnboardingStatus has been removed
  • Enum Origin has been removed
  • Enum ProvisioningState has been removed
  • Enum PublicNetworkAccess has been removed
  • Enum TimeAggregationOperator has been removed
  • Enum Unit has been removed
  • Function NewAlertRulesClient has been removed
  • Function *AlertRulesClient.CreateOrUpdate has been removed
  • Function *AlertRulesClient.Delete has been removed
  • Function *AlertRulesClient.Get has been removed
  • Function *AlertRulesClient.NewListByResourceGroupPager has been removed
  • Function *AlertRulesClient.NewListBySubscriptionPager has been removed
  • Function *AlertRulesClient.Update has been removed
  • Function NewAzureMonitorWorkspacesClient has been removed
  • Function *AzureMonitorWorkspacesClient.Create has been removed
  • Function *AzureMonitorWorkspacesClient.Delete has been removed
  • Function *AzureMonitorWorkspacesClient.Get has been removed
  • Function *AzureMonitorWorkspacesClient.NewListByResourceGroupPager has been removed
  • Function *AzureMonitorWorkspacesClient.NewListBySubscriptionPager has been removed
  • Function *AzureMonitorWorkspacesClient.Update has been removed
  • Function *ClientFactory.NewAlertRulesClient has been removed
  • Function *ClientFactory.NewAzureMonitorWorkspacesClient has been removed
  • Function *ClientFactory.NewDiagnosticSettingsCategoryClient has been removed
  • Function *ClientFactory.NewDiagnosticSettingsClient has been removed
  • Function *ClientFactory.NewOperationsClient has been removed
  • Function *ClientFactory.NewOperationsForMonitorClient has been removed
  • Function *ClientFactory.NewTenantActionGroupsClient has been removed
  • Function *ClientFactory.NewVMInsightsClient has been removed
  • Function NewDiagnosticSettingsCategoryClient has been removed

... (truncated)

Commits

Updates github.com/Azure/mcp-kubernetes from 0.0.14 to 0.0.15

Release notes

Sourced from github.com/Azure/mcp-kubernetes's releases.

v0.0.15

What's Changed

Full Changelog: Azure/mcp-kubernetes@v0.0.14...v0.0.15

Commits
  • 5e79fb2 Merge pull request #149 from Azure/dependabot/uv/example/clients/autogen/pyth...
  • ae7adfe Merge pull request #147 from Azure/dependabot/uv/example/clients/autogen/pyjw...
  • f3a5655 Merge pull request #150 from Azure/dependabot/uv/example/clients/autogen/star...
  • 9f36d94 Merge pull request #151 from Azure/dependabot/uv/example/clients/autogen/cryp...
  • 9211553 fix(security): validate global flags on tokenized argv (MSRC 31000000636869) ...
  • 08f95de fix(security): block kubectl auth reconcile in readonly mode (#146)
  • f17b26a build(deps): bump cryptography in /example/clients/autogen
  • c3834de build(deps): bump starlette in /example/clients/autogen
  • 82263b1 build(deps): bump python-multipart in /example/clients/autogen
  • 6c27f54 build(deps): bump pyjwt in /example/clients/autogen
  • See full diff in compare view

Updates github.com/gopacket/gopacket from 1.5.0 to 1.6.1

Release notes

Sourced from github.com/gopacket/gopacket's releases.

v1.6.1

Full Changelog: gopacket/gopacket@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: gopacket/gopacket@v1.5.0...v1.6.0

Commits
  • 7611908 Merge commit from fork
  • 145859d Merge commit from fork
  • 95d1ae3 gre: add bounds checking (#154)
  • 7d7d998 feat: apple pktapv1 support (#153)
  • 600bed8 ip6defrag: implements an IPv6 defragmenter (#151)
  • f64f2a0 fix(lcm): add bounds check around fingerprint (#152)
  • 8c51e31 Differentiate between expected and unexpected EOFs in NgReader (#150)
  • 67ec1c7 fix(geneve): clear Options slice to prevent indefinite growth on reuse (#146)
  • 9a7f352 Industrial Protocols Round 2: Modbus, EN/IP, CIP (#142)
  • dd6e32d Added MPTCP option length check (#145)
  • Additional commits viewable in compare view

Updates github.com/inspektor-gadget/inspektor-gadget from 0.50.1 to 0.53.2

Release notes

Sourced from github.com/inspektor-gadget/inspektor-gadget's releases.

Release v0.53.2

Welcome to the v0.53.2 bugfix release of Inspektor Gadget.

Bugfixes

Full Changelog: inspektor-gadget/inspektor-gadget@v0.53.1...v0.53.2

Release v0.53.1

Welcome to the v0.53.1 bugfix release of Inspektor Gadget.

Bug fixes

Full Changelog: inspektor-gadget/inspektor-gadget@v0.53.0...v0.53.1

Release v0.53.0

Welcome to the v0.53.0 of Inspektor Gadget. These are the most important changes:

What's Changed

Breaking Changes

General Improvements

Security Improvements

Bug Fixes

Documentation Improvements

Dependencies updates

... (truncated)

Commits
  • 7a31438 Merge pull request #5574 from inspektor-gadget/burak/backport/5572
  • 946ef22 container-hook: avoid fanotify self-deadlock by caching config.json
  • ef6f36c Dockerfiles: bump debian from 66117fe to 96e378d in /Dockerfiles
  • c3f1871 Bump Go toolchain and builder image pins to 1.26.4 (CVE-2026-42504) (#5558)
  • ec69da2 Merge pull request #5547 from inspektor-gadget/alban_release-v0.53-with-fixes
  • 2ca5502 uprobetracer: Fix CPU denial of service in ld.so.cache parser
  • b1cd846 symbolizer: Check MaxSymbolCount inside loop to bound memory usage
  • aaffacc uprobetracer: Harden USDT note parsing against malicious ELF files
  • 27263e5 pkg/utils/safeelf: Add panic-safe wrapper for debug/elf
  • 40398a6 Merge pull request #5544 from inspektor-gadget/dependabot/github_actions/aws-...
  • Additional commits viewable in compare view

Updates github.com/mark3labs/mcp-go from 0.54.1 to 0.55.0

Commits
  • 43c2ca0 oauth: return error instead of (nil, nil) from getServerMetadata (#903) (#904)
  • 3b66aa7 mcptest: add SetSamplingHandler and SetElicitationHandler (#902)
  • 42bc0b2 feat(otel): WithServerLogging — OTEL slog bridge for server structured logs (...
  • d972f3f docs(prompts): add review-pr kit prompt for Go PRs
  • d5c0727 feat(server): WithLogger consolidates structured logging onto *slog.Logger (#...
  • 3f1c760 feat(tracing): add MetaPropagator for W3C trace context via MCP _meta (SEP-41...
  • 2cacbe7 fix: enforce tool/prompt filters at call time, not just list time (#898)
  • See full diff in compare view

Updates helm.sh/helm/v3 from 3.20.2 to 3.21.2

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.21.2 is a patch release to correct bump the Kubernetes client libraries (client-go, etc) to match the expected Kubernetes v1.36 release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Update Kubernetes client libraries to v1.36

Installation and Upgrading

Download Helm v3.21.2. The common platform binaries are here:

This release was signed by @​gjenkins8 with key BF88 8333 D96A 1C18 E268 2AAE D79D 67C9 EC01 6739, which can be found at https://keys.openpgp.org/vks/v1/by-fingerprint/BF888333D96A1C18E2682AAED79D67C9EC016739. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.21.3 will contain only bug fixes.
  • 3.22.0 is the next (and final) Helm 3 feature release

Changelog

  • chore(deps): bump the k8s-io group with 2 updates 125963406833fe0525be91f46c8b5b0f22fb9e32 (dependabot[bot])
  • fixes b52e27609b4420d206c1874ce9b0c75e271665e7 (Matheus Pimenta)
  • chore(deps): bump the k8s-io group across 1 directory with 2 updates 3342dbfec8f39776a9accd50fa91a52d68673af1 (dependabot[bot])

Full Changelog: helm/helm@v3.21.1...v3.21.2

Helm v3.21.1 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

... (truncated)

Commits
  • 1259634 chore(deps): bump the k8s-io group with 2 updates
  • b52e276 fixes
  • 3342dbf chore(deps): bump the k8s-io group across 1 directory with 2 updates
  • c56dd00 fix(action): avoid nil REST client getter panic when installing CRDs
  • 702529f fix(registry): keep credentials on plain-HTTP fallback with oras-go v2.6.1
  • 178e120 chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.1
  • dcf35f8 chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0
  • 44aff8b chore(deps): bump golang.org/x/term from 0.43.0 to 0.44.0
  • ae2f31f chore(deps): bump golang.org/x/text from 0.37.0 to 0.38.0
  • 402225f Update .github/env
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.35.3 to 0.36.2

Commits
  • ae3f98e Update dependencies to v0.36.2 tag
  • 2ec982d Merge pull request #139508lalitc375/automated-cherry-pick-of-#139480
  • 6a88102 Fix wrong marking of errors
  • efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
  • d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 79b3632 Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • a8822f7 Add slice and map union member support with tests
  • 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
  • d95710f Fix union validation ratcheting when oldObj is nil
  • 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.35.3 to 0.36.2

Commits
  • c97bc2f Update dependencies to v0.36.2 tag
  • 9157a44 Merge remote-tracking branch 'origin/master' into release-1.36
  • fb4f11d Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 08a1cd8 Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 579d47f Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • e545712 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • f392d21 bump spf13/cobra to v1.10.2
  • b0a204f Merge pull request #137298 from dims/dsri/cri-streaming-option-a-hardcut
  • e723dad Merge pull request #136792 from rata/userns-goes-ga
  • 18f8342 Merge pull request #137495 from pohly/klog-update
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.35.3 to 0.36.2

Commits
  • 877f535 Update dependencies to v0.36.2 tag
  • f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
  • a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
  • 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
  • 4a9c878 Add ResourcePoolStatusRequest API types and generated code
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 18, 2026
Bumps the all-gomod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.21.0` | `1.22.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.13.1` | `1.14.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor](https://github.com/Azure/azure-sdk-for-go) | `0.11.0` | `0.12.0` |
| [github.com/Azure/mcp-kubernetes](https://github.com/Azure/mcp-kubernetes) | `0.0.14` | `0.0.15` |
| [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) | `1.5.0` | `1.6.1` |
| [github.com/inspektor-gadget/inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget) | `0.50.1` | `0.53.2` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.54.1` | `0.55.0` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.20.2` | `3.21.2` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.21.0...sdk/azcore/v1.22.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.13.1...sdk/azcore/v1.14.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v0.11.0...sdk/azcore/v0.12.0)

Updates `github.com/Azure/mcp-kubernetes` from 0.0.14 to 0.0.15
- [Release notes](https://github.com/Azure/mcp-kubernetes/releases)
- [Commits](Azure/mcp-kubernetes@v0.0.14...v0.0.15)

Updates `github.com/gopacket/gopacket` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/gopacket/gopacket/releases)
- [Commits](gopacket/gopacket@v1.5.0...v1.6.1)

Updates `github.com/inspektor-gadget/inspektor-gadget` from 0.50.1 to 0.53.2
- [Release notes](https://github.com/inspektor-gadget/inspektor-gadget/releases)
- [Commits](inspektor-gadget/inspektor-gadget@v0.50.1...v0.53.2)

Updates `github.com/mark3labs/mcp-go` from 0.54.1 to 0.55.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.54.1...v0.55.0)

Updates `helm.sh/helm/v3` from 3.20.2 to 3.21.2
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.20.2...v3.21.2)

Updates `k8s.io/apimachinery` from 0.35.3 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.35.3...v0.36.2)

Updates `k8s.io/cli-runtime` from 0.35.3 to 0.36.2
- [Commits](kubernetes/cli-runtime@v0.35.3...v0.36.2)

Updates `k8s.io/client-go` from 0.35.3 to 0.36.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.3...v0.36.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/Azure/mcp-kubernetes
  dependency-version: 0.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: github.com/gopacket/gopacket
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/inspektor-gadget/inspektor-gadget
  dependency-version: 0.53.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/all-gomod-926a9cd7f7 branch from 4bfff3d to 0843f6a Compare June 25, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants